home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2749 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  331b  |  20 lines

  1. on(release){
  2.    if(_root.poz == "b")
  3.    {
  4.       if(0 < _root.draglej)
  5.       {
  6.          _root.d_hrabenka.i = "item_bad";
  7.       }
  8.       else
  9.       {
  10.          _root.d_hrabenka.i = "start";
  11.       }
  12.    }
  13.    else
  14.    {
  15.       _root.pepa.gotoAndPlay(_root.poz add "b");
  16.    }
  17.    _root.stopdragall();
  18.    _root.hideall();
  19. }
  20.